func golang.org/x/net/http2/hpack.encodeTypeByte

3 uses

	golang.org/x/net/http2/hpack (current package)
		encode.go#L161: 	dst = append(dst, encodeTypeByte(indexing, f.Sensitive))
		encode.go#L182: 	dst[first] |= encodeTypeByte(indexing, f.Sensitive)
		encode.go#L237: func encodeTypeByte(indexing, sensitive bool) byte {